runtime.synctestBubble.changegstatus (method)
5 uses
runtime (current package)
proc.go#L1318: gp.bubble.changegstatus(gp, oldval, newval)
proc.go#L1439: bubble.changegstatus(gp, _Gpreempted, _Gwaiting)
synctest.go#L43: func (bubble *synctestBubble) changegstatus(gp *g, oldval, newval uint32) {
time.go#L1205: bubble.changegstatus(gp, _Gdead, _Grunning)
time.go#L1251: bubble.changegstatus(gp, _Grunning, _Gdead)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)